Interface IControlCenter
Assembly: CADability.dll
Syntax
public interface IControlCenter
Properties
|
Improve this Doc
View Source
ActivePropertyPage
Declaration
IPropertyPage ActivePropertyPage { get; }
Property Value
|
Improve this Doc
View Source
Frame
Declaration
IFrame Frame { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
AddPropertyPage(String, Int32)
Declaration
IPropertyPage AddPropertyPage(string titleId, int iconId)
Parameters
| Type |
Name |
Description |
| System.String |
titleId |
|
| System.Int32 |
iconId |
|
Returns
|
Improve this Doc
View Source
DisplayHelp(String)
Declaration
void DisplayHelp(string helpID)
Parameters
| Type |
Name |
Description |
| System.String |
helpID |
|
|
Improve this Doc
View Source
GetPropertyPage(String)
Declaration
IPropertyPage GetPropertyPage(string titleId)
Parameters
| Type |
Name |
Description |
| System.String |
titleId |
|
Returns
|
Improve this Doc
View Source
HideEntry(String, Boolean)
Declaration
void HideEntry(string entryId, bool hide)
Parameters
| Type |
Name |
Description |
| System.String |
entryId |
|
| System.Boolean |
hide |
|
|
Improve this Doc
View Source
PreProcessKeyDown(KeyEventArgs)
Declaration
void PreProcessKeyDown(KeyEventArgs e)
Parameters
|
Improve this Doc
View Source
ShowPropertyPage(String)
Declaration
bool ShowPropertyPage(string titleId)
Parameters
| Type |
Name |
Description |
| System.String |
titleId |
|
Returns
| Type |
Description |
| System.Boolean |
|