CADability dotNET

The GeoPointProperty type exposes the following members.

Methods

  NameDescription
Public methodAdded (Overrides IShowPropertyImpl..::..Added(IPropertyTreeView).)
Public methodFocusableControls
Overrides FocusableControls()()()() Returns the controls of this IShowProperty that can get the focus.
(Overrides IShowPropertyImpl..::..FocusableControls()()()().)
Public methodGetContextMenu
Overrides GetContextMenu()()()(), returns a context menu when ContextMenuId was set accordingly, default value is "MenuId.Point" (see LoadContextMenu(String, ICommandHandler))
(Overrides IShowPropertyImpl..::..GetContextMenu()()()().)
Public methodGetGeoPoint
Usually you dont need this method. It gets the GeoPoint by raising the GetGeoPointEvent event or by calling the specified property via reflection.
Public methodGetValueControl
Overrides GetValueControl(Int32, Int32), returns the control on the right hand side of this ShowProperty which is a edit box in this case.
(Overrides IShowPropertyImpl..::..GetValueControl(Int32, Int32).)
Public methodLabelChanged
Overrides LabelChanged(String) raises the LabelChangedEvent.
(Overrides IShowPropertyImpl..::..LabelChanged(String).)
Public methodOnSpecialKey (Overrides IShowPropertyImpl..::..OnSpecialKey(IShowProperty, KeyEventArgs).)
Public methodRefresh
Refreshes the display of the GeoPoint. The GeoPointProperty tries to get the new value via reflection or event and displays the new value.
(Overrides IShowPropertyImpl..::..Refresh()()()().)
Public methodRemoved (Overrides IShowPropertyImpl..::..Removed(IPropertyTreeView).)
Public methodSelected
Overrides Selected()()()()
(Overrides IShowPropertyImpl..::..Selected()()()().)
Public methodSetFocus
Overrides SetFocus()()()() Sets the focus to the edit box.
(Overrides IShowPropertyImpl..::..SetFocus()()()().)
Public methodSetGeoPoint
Usually you dont need this method. It sets the GeoPoint by raising the SetGeoPointEvent event or by calling the specified property via reflection. The display is not refreshed. If the GeoPoint is changed by some other means than user input, call Refresh()()()() and provide the new value in the event handler of the property.
Public methodUnSelected (Overrides IShowPropertyImpl..::..UnSelected()()()().)

Explicit Interface Implementations

See Also