AnyCAD SDK PRO  2020
The Professional Graphics SDK for .Net and C++ Developers
Public 成员函数 | 所有成员列表
AnyCAD::Platform::UiToolBar类 参考

The ToolBar description. 更多...

类 AnyCAD::Platform::UiToolBar 继承关系图:
AnyCAD::Platform::Object

Public 成员函数

String^ GetId ()
 
void SetId (String^ val)
 
String^ GetUiName ()
 
void SetUiName (String^ val)
 
int GetIconSize ()
 
void SetIconSize (int val)
 
String^ GetOrientation ()
 
void SetOrientation (String^ val)
 
String^ GetDockArea ()
 
void SetDockArea (String^ val)
 
void SetShowText (bool show)
 
bool IsShowText ()
 
- Public 成员函数 继承自 AnyCAD::Platform::Object
String^ GetObjectClassId ()
 
StringList^ ListParentClassIds ()
 

详细描述

The ToolBar description.

TODO:

成员函数说明

String ^ AnyCAD::Platform::UiToolBar::GetDockArea ( )

Get the dock area.

返回
the position.
int AnyCAD::Platform::UiToolBar::GetIconSize ( )

Get the icon size.

返回
the size.
String ^ AnyCAD::Platform::UiToolBar::GetId ( )

Get the ToolBar id.

返回
the id.
String ^ AnyCAD::Platform::UiToolBar::GetOrientation ( )

Get the orientation.

返回
the orientation.
String ^ AnyCAD::Platform::UiToolBar::GetUiName ( )

Get the ToolBar name.

返回
the name.
bool AnyCAD::Platform::UiToolBar::IsShowText ( )

Test if show text under the icon.

返回
true if show text.
void AnyCAD::Platform::UiToolBar::SetDockArea ( String^  val)

Set the dock area.

参数
valthe position.
void AnyCAD::Platform::UiToolBar::SetIconSize ( int  val)

Set the icon size.

参数
valthe size.
void AnyCAD::Platform::UiToolBar::SetId ( String^  val)

Set the ToolBar id.

参数
valthe id.
void AnyCAD::Platform::UiToolBar::SetOrientation ( String^  val)

Set the orientation.

参数
valthe orientation.
void AnyCAD::Platform::UiToolBar::SetShowText ( bool  show)

Show text under the icon.

参数
showshow the text.
void AnyCAD::Platform::UiToolBar::SetUiName ( String^  val)

Set the ToolBar name.

参数
valthe name.

该类的文档由以下文件生成: