CADability dotNET

The AngleProperty type exposes the following members.

Constructors

  NameDescription
Public methodAngleProperty(String, IFrame, Boolean)
Constructs an AngleProperty.
Public methodAngleProperty(Object, String, String, IFrame, Boolean)
Constructs an AngleProperty. The provided and PropertyName gives direct access (via reflection) to a (public read and write) property of the object to immediately modify the angle without any forther action required.

Methods

  NameDescription
Public methodAdded (Overrides IShowPropertyImpl..::..Added(IPropertyTreeView).)
Public methodAngleChanged
Der Besitzer dieses Objektes muss GeoPointChanged aufrufen, um eine neue Anzeige zu erzwingen.
Public methodCheckMouseButton
Der MouseButton wird aktiv (Check==true) oder inaktiv (Check==false) gesetzt. Wird gewöhnlich von der Aktion aufgerufen, welche den Punkt verändert.
Public methodFocusableControls (Overrides IShowPropertyImpl..::..FocusableControls()()()().)
Public methodGetContextMenu (Overrides IShowPropertyImpl..::..GetContextMenu()()()().)
Public methodGetValueControl (Overrides IShowPropertyImpl..::..GetValueControl(Int32, Int32).)
Public methodRemoved (Overrides IShowPropertyImpl..::..Removed(IPropertyTreeView).)
Public methodSelected
Overrides Selected()()()()
(Overrides IShowPropertyImpl..::..Selected()()()().)
Public methodUnSelected (Overrides IShowPropertyImpl..::..UnSelected()()()().)

Fields

  NameDescription
Public fieldUserData
UserData assoziated with this object.

Properties

  NameDescription
Public propertyHighlight
Specifies whether this entry is highlighted. The label of an highlighted entry will be displayed in a bold typeface.
Public propertyIsSelected
Get or sets the selected state. If selected this entry will be focused for input.
Public propertyLabelType
Overrides LabelType
(Overrides IShowPropertyImpl..::..LabelType.)
Public propertyLockable
Specifies whether the lock symbol is displayed next to the edit box.
Public propertyLocked
Specifies whether the entry is locked. The meaning of locking is up to the user of this property. When modified a LockedChangedEvent will be raised.
Public propertyReadOnly
Gets or sets the reodonly property. If readonly is true the value cannot be modified.
Public propertyShowMouseButton
Currently not implemented

Events

  NameDescription
Public eventGetAngleEvent
Event which is raised when this object needs to know the current value of the angle
Public eventLockedChangedEvent
Event that will be raised after the locked state changed.
Public eventModifyWithMouseEvent
Event which will be raised when the user is modifying the angular value with the mouse
Public eventSetAngleEvent
Event which is raised when this object indicates a new value for the angle

Explicit Interface Implementations

See Also