Show / Hide Table of Contents

Interface IControlCenter

Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
public interface IControlCenter

Properties

| Improve this Doc View Source

ActivePropertyPage

Declaration
IPropertyPage ActivePropertyPage { get; }
Property Value
Type Description
IPropertyPage
| Improve this Doc View Source

Frame

Declaration
IFrame Frame { get; set; }
Property Value
Type Description
IFrame

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
Type Description
IPropertyPage
| 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
Type Description
IPropertyPage
| 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
Type Name Description
KeyEventArgs e
| Improve this Doc View Source

ShowPropertyPage(String)

Declaration
bool ShowPropertyPage(string titleId)
Parameters
Type Name Description
System.String titleId
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX