/**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
#ifndef __com_sun_star_awt_UnoControlRoadmapModel_idl__
#define __com_sun_star_awt_UnoControlRoadmapModel_idl__
#ifndef __com_sun_star_awt_UnoControlModel_idl__
#include A roadmap control which is interactive allows selecting its items out-of-order,
by simply clicking them. If this property is present, it interacts with the
0: No border
1: 3D border
2: simple border
*/
[property] short Border;
//-------------------------------------------------------------------------
/** specifies whether the control will be printed with the document.
*/
[property] boolean Printable;
//-------------------------------------------------------------------------
/** specifies the text displayed in the control.
*/
[property] string Text;
//-------------------------------------------------------------------------
/** refers to the ID of the currently selected item. Initially this property is set to '-1'
which is equal to 'undefined"
If the Roadmap Item that the CurrentItemID refers to is removed the property
'CurrentItemID' is set to -1
*/
[property] short CurrentItemID;
//-------------------------------------------------------------------------
/** specifies the help text of the control.
*/
[property] string HelpText;
//-------------------------------------------------------------------------
/** specifies the help URL of the control.
*/
[property] string HelpURL;
};
//=============================================================================
}; }; }; };
#endif