Interface IPropertyPage
Assembly: CADability.dll
Syntax
public interface IPropertyPage
Properties
|
Improve this Doc
View Source
ActiveView
Declaration
IView ActiveView { get; }
Property Value
|
Improve this Doc
View Source
Frame
Declaration
Property Value
|
Improve this Doc
View Source
Selected
Declaration
IPropertyEntry Selected { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Add(IPropertyEntry, Boolean)
Declaration
void Add(IPropertyEntry toAdd, bool showOpen)
Parameters
|
Improve this Doc
View Source
BringToFront()
Declaration
|
Improve this Doc
View Source
Clear()
Declaration
|
Improve this Doc
View Source
ContainsEntry(IPropertyEntry)
Declaration
bool ContainsEntry(IPropertyEntry entryWithTextBox)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
FindFromHelpLink(String)
Declaration
IPropertyEntry FindFromHelpLink(string helpResourceID)
Parameters
| Type |
Name |
Description |
| System.String |
helpResourceID |
|
Returns
|
Improve this Doc
View Source
GetCurrentSelection()
Declaration
IPropertyEntry GetCurrentSelection()
Returns
|
Improve this Doc
View Source
GetFrame()
Declaration
Returns
|
Improve this Doc
View Source
GetParent(IShowProperty)
Declaration
IPropertyEntry GetParent(IShowProperty child)
Parameters
Returns
|
Improve this Doc
View Source
IsOnTop()
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IsOpen(IShowProperty)
Declaration
bool IsOpen(IShowProperty toTest)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
MakeVisible(IPropertyEntry)
Declaration
void MakeVisible(IPropertyEntry toShow)
Parameters
|
Improve this Doc
View Source
OpenSubEntries(IPropertyEntry, Boolean)
Declaration
void OpenSubEntries(IPropertyEntry toOpenOrClose, bool open)
Parameters
| Type |
Name |
Description |
| IPropertyEntry |
toOpenOrClose |
|
| System.Boolean |
open |
|
|
Improve this Doc
View Source
Refresh(IPropertyEntry)
Declaration
void Refresh(IPropertyEntry toRefresh)
Parameters
|
Improve this Doc
View Source
Remove(IPropertyEntry)
Declaration
void Remove(IPropertyEntry toRemove)
Parameters
|
Improve this Doc
View Source
SelectEntry(IPropertyEntry)
Declaration
void SelectEntry(IPropertyEntry toSelect)
Parameters
|
Improve this Doc
View Source
StartEditLabel(IPropertyEntry)
Declaration
void StartEditLabel(IPropertyEntry ToEdit)
Parameters