Miner.Desktop Assembly > Miner.Desktop.PropertyPages Namespace : ObjectInfoPropertyPage Class |
The following tables list the members exposed by ObjectInfoPropertyPage.
Name | Description | |
---|---|---|
![]() | ObjectInfoPropertyPage Constructor | Constructor. Initialzes the Controls |
Name | Description | |
---|---|---|
![]() | Height | Gets or sets the height of Property Page |
![]() | HelpFile | Help file for the page |
![]() | IsPageDirty | Indicates if the Apply button should be enabled |
![]() | PageSite | Reference to the IComPropertyPageSite object of the parent Property Sheet. |
![]() | Priority | Priority of the Page in the parent ArcFM Properties Manager window. |
![]() | Title | Gets or sets the Title of the Property Page in the ArcFM Properties Manager window. |
![]() | Width | Gets or sets the width of Property Page |
Name | Description | |
---|---|---|
![]() | Activate | Executed when the Property Page is loaded for the first time and return the Handle to the control hosting the WPF Controls. If the user never clicks on the Property Page, this will never be called. |
![]() | Applies | Indicates if this page applies to the objects |
![]() | Apply | Executed when Apply button is clicked and saves any edits |
![]() | Cancel | Executed when Cancel button is clicked and discards any edits |
![]() | Deactivate | Executed when tab control / page is deactivated and releases the resources consumed by the tab control. |
![]() | get_HelpContextID | Help file Context ID for the page |
![]() | Hide | Executed when the pages are switched and made the current page as set to inactive |
![]() | SetObjects | Supplies the page with objects to be edited |
![]() | Show | Executed when the pages are switched and made the current page as active |