Show / Hide Table of Contents

Interface IPropertyPage

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

Properties

| Improve this Doc View Source

ActiveView

Declaration
IView ActiveView { get; }
Property Value
Type Description
IView
| Improve this Doc View Source

Frame

Declaration
IFrame Frame { get; }
Property Value
Type Description
IFrame
| Improve this Doc View Source

Selected

Declaration
IPropertyEntry Selected { get; set; }
Property Value
Type Description
IPropertyEntry

Methods

| Improve this Doc View Source

Add(IPropertyEntry, Boolean)

Declaration
void Add(IPropertyEntry toAdd, bool showOpen)
Parameters
Type Name Description
IPropertyEntry toAdd
System.Boolean showOpen
| Improve this Doc View Source

BringToFront()

Declaration
void BringToFront()
| Improve this Doc View Source

Clear()

Declaration
void Clear()
| Improve this Doc View Source

ContainsEntry(IPropertyEntry)

Declaration
bool ContainsEntry(IPropertyEntry entryWithTextBox)
Parameters
Type Name Description
IPropertyEntry entryWithTextBox
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
Type Description
IPropertyEntry
| Improve this Doc View Source

GetCurrentSelection()

Declaration
IPropertyEntry GetCurrentSelection()
Returns
Type Description
IPropertyEntry
| Improve this Doc View Source

GetFrame()

Declaration
IFrame GetFrame()
Returns
Type Description
IFrame
| Improve this Doc View Source

GetParent(IShowProperty)

Declaration
IPropertyEntry GetParent(IShowProperty child)
Parameters
Type Name Description
IShowProperty child
Returns
Type Description
IPropertyEntry
| Improve this Doc View Source

IsOnTop()

Declaration
bool IsOnTop()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsOpen(IShowProperty)

Declaration
bool IsOpen(IShowProperty toTest)
Parameters
Type Name Description
IShowProperty toTest
Returns
Type Description
System.Boolean
| Improve this Doc View Source

MakeVisible(IPropertyEntry)

Declaration
void MakeVisible(IPropertyEntry toShow)
Parameters
Type Name Description
IPropertyEntry toShow
| 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
Type Name Description
IPropertyEntry toRefresh
| Improve this Doc View Source

Remove(IPropertyEntry)

Declaration
void Remove(IPropertyEntry toRemove)
Parameters
Type Name Description
IPropertyEntry toRemove
| Improve this Doc View Source

SelectEntry(IPropertyEntry)

Declaration
void SelectEntry(IPropertyEntry toSelect)
Parameters
Type Name Description
IPropertyEntry toSelect
| Improve this Doc View Source

StartEditLabel(IPropertyEntry)

Declaration
void StartEditLabel(IPropertyEntry ToEdit)
Parameters
Type Name Description
IPropertyEntry ToEdit
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX