Click or drag to resize

TextDotUserInterfaceObject Properties

The TextDotUserInterfaceObject type exposes the following members.

Properties
  NameDescription
Public propertyBoundToActiveView (Inherited from UserInterfaceObjectBase.)
Public propertyDotBackgroundColor
Text dot background color
Public propertyDotBorderColor
Text dot border color
Public propertyHasKeyboardFocus
Does this object have keyboard focus? An object with keyboard focus gets first refusal on what is typed in a viewport; what it does not use carries on to the command line as usual.
(Inherited from UserInterfaceObjectBase.)
Public propertyMouseOverTextHeight
Font height used when the mouse is over the dot. The default behavior is to grow the dot a small amount when the mouse is over to help the user know that the dot is acts as a user interface object
Public propertyText
Text content for grip
Public propertyTextColor
Text color used for dot text
Public propertyTextHeight
Font height for text
Public propertyTooltip
Text shown in a tooltip when the mouse rests over this object. Null or an empty string means no tooltip, which is what an object starts with. One tooltip is on screen at a time; whichever object the mouse is over owns it.
(Inherited from UserInterfaceObjectBase.)
Public propertyVisible
Is the user interface object visible? Objects that are not visible will not be drawn and will not receive mouse events
(Inherited from UserInterfaceObjectBase.)
Top
See Also