The GwxTextBox type exposes the following members.

Methods

  NameDescription
Public methodAddDynamic(Type)
Adds a new GwxDynamic derived object of the specified Type to this object.
(Inherited from GwxDependencyObject.)
Public methodAddDynamic(GwxDynamic)
Adds the specified GwxDynamic object to this object, if allowed.
(Inherited from GwxDependencyObject.)
Public methodAddEffect
Adds the specified effect to the current BitmapEffect of this object.
(Inherited from GwxElement.)
Public methodEquals
Determines whether the specified Object is equal to the current GwxDependencyObject.
(Inherited from GwxDependencyObject.)
Public methodGetBoundingBox()()()()
Gets this bounding box if this object (in the coordinate space of this object).
(Inherited from GwxElement.)
Public methodGetBoundingBox(Transform)
Gets the bounding box of this object. The coordinate space of the bounding box is determined by the parentTransform parameter.
(Inherited from GwxElement.)
Public methodGetBoundingBoxRootSpace
Gets this bounding box if this object (in the coordinate space of the root object of the display).
(Inherited from GwxElement.)
Public methodGetCenter()()()()
Gets the center of this object (in the coordinate space of this object).
(Inherited from GwxElement.)
Public methodGetCenter(Transform)
Gets the center of this object. The coordinate space of the center point is determined by the parentTransform parameter.
(Inherited from GwxElement.)
Public methodGetCenterRootSpace
Gets the center of this object (in the coordinate space of the root object of the display).
(Inherited from GwxElement.)
Public methodGetDataSources
Gets a collection of all of the datasources used in this object (and its descendants).
(Inherited from GwxDependencyObject.)
Public methodGetDeviceTransform
Gets the transform from this object to device units (pixels).
(Inherited from GwxElement.)
Public methodGetDynamicGroup
Gets the GwxDynamicGroup()()()() associated with this GwxDependencyObject, if there is one.
(Inherited from GwxDependencyObject.)
Public methodGetHashCode
Serves as a hash function for this type, suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from GwxDependencyObject.)
Public methodGetInverseDeviceTransform
Gets the transform from device units (pixels) to this object.
(Inherited from GwxElement.)
Public methodGetInverseRootTransform
Gets the transform from the root object to this element.
(Inherited from GwxElement.)
Public methodGetParentDeviceTransform
Gets the transform from the parent of this object to the 'device space'.
(Inherited from GwxElement.)
Public methodGetParentRootTransform
Gets the transform from the parent of this object to the root object.
(Inherited from GwxElement.)
Public methodGetRootTransform
Gets the transform from this element to the root object.
(Inherited from GwxElement.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasParentDependencyObject
Tests if this instance has a parent GwxDependencyObject.
(Inherited from GwxDependencyObject.)
Public methodHasParentElement
Tests if this instance has a parent GwxElement.
(Inherited from GwxElement.)
Public methodIsDynamic
Tests if this object has one or more dynamic animations associated with it.
(Inherited from GwxDependencyObject.)
Public methodMoveBy
Moves this object by the specified offset.
(Inherited from GwxElement.)
Public methodMoveByRootSpace
Moves this object by the specified offset (in the coordinate space of the root object of the display).
(Inherited from GwxElement.)
Public methodMoveTo
Moves this object to the specified location.
(Inherited from GwxElement.)
Public methodMoveToRootSpace
Moves this object to the specified location (in the coordinate space of the root object of the display).
(Inherited from GwxElement.)
Public methodRemoveDynamics
Removes the specified collection of GwxDynamic objects from this object.
(Inherited from GwxDependencyObject.)
Public methodRemoveEffectType
Removes an effect of the specified Type.
(Inherited from GwxElement.)
Public methodReplace
Performs a find/replace operation on this object, and all of its decendants (if it has any descendants).
(Inherited from GwxDependencyObject.)
Public methodReplaceHost
Performs a find/replace operation for host names. The find/replace operation is performed on this object and all of its decendants (if it has any descendants). This method only searches properties that may be DataSources and/or FileNames.
(Inherited from GwxDependencyObject.)
Public methodRotateBy(Double, Transform)
Rotate the object about its center.
(Inherited from GwxElement.)
Public methodRotateBy(Double, Point, Transform)
Rotates the object.
(Inherited from GwxElement.)
Public methodRotateByRootSpace(Double)
Rotate the object about its center (in the coordinate space of the root object of the display).
(Inherited from GwxElement.)
Public methodRotateByRootSpace(Double, Point)
Rotates the object (in the coordinate space of the root object of the display).
(Inherited from GwxElement.)
Public methodScaleBy(Vector, Transform)
Scale this object using the object's center as the anchor point
(Inherited from GwxElement.)
Public methodScaleBy(Vector, Point, Transform)
Scales this object.
(Inherited from GwxElement.)
Public methodScaleBy(Vector, HorizontalAlignment, VerticalAlignment, Transform)
Scales this object.
(Inherited from GwxElement.)
Public methodScaleByRootSpace(Vector)
Scale this object using the object's center as the anchor point (in the coordinate space of the root object of the display).
(Inherited from GwxElement.)
Public methodScaleByRootSpace(Vector, Point)
Scales this object (in the coordinate space of the root object of this display).
(Inherited from GwxElement.)
Public methodScaleByRootSpace(Vector, HorizontalAlignment, VerticalAlignment)
Scales this object (in the coordinate space of the root object of this display).
(Inherited from GwxElement.)
Public methodSetDimensions
Stretches and moves the object to fit within the specified rectangle.
(Inherited from GwxElement.)
Public methodSetDimensionsRootSpace
Stretches and moves the object to fit within the specified rectangle (in the coordinate space of the root object of the display).
(Inherited from GwxElement.)
Public methodSizeTo
Resizes this object such that its bounding rectangle has the specified width and height.
(Inherited from GwxElement.)
Public methodSizeToRootSpace
Resizes this object such that its bounding rectangle has the specified width and height (in the coordinate space of the root object of the display).
(Inherited from GwxElement.)
Public methodSkewByX(Double, Transform)
Skews the object about its center along the x-axis.
(Inherited from GwxElement.)
Public methodSkewByX(Double, Point, Transform)
Skews the object along the x-axis.
(Inherited from GwxElement.)
Public methodSkewByXRootSpace(Double)
Skews the object about its center along the x-axis (in the coordinate space of the root object of the display).
(Inherited from GwxElement.)
Public methodSkewByXRootSpace(Double, Point)
Skews the object along the x-axis (in the coordinate space of the root object of the display).
(Inherited from GwxElement.)
Public methodSkewByY(Double, Transform)
Skews the object about its center along the y-axis.
(Inherited from GwxElement.)
Public methodSkewByY(Double, Point, Transform)
Skews the object along the y-axis.
(Inherited from GwxElement.)
Public methodSkewByYRootSpace(Double)
Skews the object about its center along the y-axis (in the coordinate space of the root object of the display).
(Inherited from GwxElement.)
Public methodSkewByYRootSpace(Double, Point)
Skews the object along the y-axis (in the coordinate space of the root object of the display).
(Inherited from GwxElement.)
Public methodToDependencyObject
Gets the DependencyObject that this object wraps.
(Inherited from GwxDependencyObject.)
Public methodToFrameworkElement
Gets the FrameworkElement that this object wraps.
(Inherited from GwxElement.)
Public methodToString
Gets a string representation for this type of GwxDependencyObject.
(Inherited from GwxDependencyObject.)
Public methodToUIElement
Gets the UIElement that this object wraps.
(Inherited from GwxElement.)
Public methodToVisual
Gets the Visual that this object wraps.
(Inherited from GwxElement.)
Public methodUpdateLayout
Ensures that all visual attributes of this element are properly updated for layout.
(Inherited from GwxElement.)

Properties

  NameDescription
Public propertyAcceptsReturn
Indicates how the text editing control responds when the user presses the ENTER key.
(Inherited from GwxTextBoxBase.)
Public propertyAcceptsTab
Indicates how the text editing control responds when the user presses the TAB key.
(Inherited from GwxTextBoxBase.)
Public propertyAngle
Gets/sets the current angle of rotation for this object.
(Inherited from GwxElement.)
Public propertyAutoWordSelection
Determines whether when a user selects part of a word by dragging across it with the mouse, the rest of the word is selected.
(Inherited from GwxTextBoxBase.)
Public propertyBackground
Background color, gradient, or pattern of this object.
(Inherited from GwxTextBase.)
Public propertyBaselineOffset
Specifies the baseline offset of the text.
(Inherited from GwxTextBase.)
Public propertyBitmapEffect
Visual effects (3D edges, shadow, glow, blur) applied to this object.
(Inherited from GwxElement.)
Public propertyBitmapScalingMode
Determines the quality of scaling for bitmap rendering.
(Inherited from GwxElement.)
Public propertyBorderBrush
Color, gradient, or pattern of the border of this object.
(Inherited from GwxControl.)
Public propertyBorderThickness
Width of the border of this object.
(Inherited from GwxControl.)
Public propertyCharacterCasing
Specifies the case of characters typed manually into a TextBox control.
Public propertyClipToBounds
True to clip the content of this object to bounds of this object.
(Inherited from GwxElement.)
Public propertyColumn
For internal use only. Not for customer use.

Indicates the position of a child object within a parent. This property is only used if the parent of this element is a Grid.

(Inherited from GwxElement.)
Public propertyColumnSpan
For internal use only. Not for customer use.

Indicates the position of a child object within a parent. This property is only used if the parent of this element is a Grid.

(Inherited from GwxElement.)
Public propertyConfiguration
Gets the GwxConfiguration object that owns this object.
(Inherited from GwxDependencyObject.)
Public propertyCursor
The cursor that is displayed when the mouse pointer is over this object.
(Inherited from GwxElement.)
Public propertyCustomData
A custom data string.
(Inherited from GwxDependencyObject.)
Public propertyDescription
Description for this object.
(Inherited from GwxDependencyObject.)
Public propertyDock
For internal use only. Not for customer use.

Indicates the position of a child object within a parent. This property is only used if the parent of this element is a DockPanel.

(Inherited from GwxElement.)
Public propertyEdgeMode
Determines the way the edges of objects are rendered.
(Inherited from GwxElement.)
Public propertyEffect
Hardware-accelerated visual effects (shadow, blur) applied to this object.
(Inherited from GwxElement.)
Public propertyFocusable
Indicates whether this object can receive keyboard input.
(Inherited from GwxElement.)
Public propertyFontFamily
Specifies the name of the font used to render text.
(Inherited from GwxTextBase.)
Public propertyFontSize
Specifies the size of the font used to render text.
(Inherited from GwxTextBase.)
Public propertyFontStretch
Specifies degree to which a font is condensed or expanded on the screen.
(Inherited from GwxTextBase.)
Public propertyFontStyle
Specifies the style of the font used to render text (italic).
(Inherited from GwxTextBase.)
Public propertyFontWeight
Specifies the thickness of the font used to render text (bold).
(Inherited from GwxTextBase.)
Public propertyForeground
Foreground color, gradient, or pattern of this object.
(Inherited from GwxTextBase.)
Public propertyHeight
Height of the object.

A number, or NaN for Automatic.

(Inherited from GwxElement.)
Public propertyHorizontalAlignment
Indicates where an element should be displayed on the horizontal axis relative to its parent element.
(Inherited from GwxElement.)
Public propertyHorizontalContentAlignment
Indicates where an element should be displayed on the horizontal axis relative to the containing box.
(Inherited from GwxControl.)
Public propertyHorizontalScrollBarVisibility
Indicates whether a horizontal scroll bar is shown.
(Inherited from GwxTextBoxBase.)
Public propertyIsEnabled
Indicates whether this element is enabled in the user interface.
(Inherited from GwxElement.)
Public propertyIsHitTestVisible
Indicates whether this element can receive mouse input.
(Inherited from GwxElement.)
Public propertyIsHyphenationEnabled
Specifies whether or not hyphenation is enabled.
(Inherited from GwxTextBase.)
Public propertyIsReadOnly
Indicates whether the text editing control is read-only to a user interacting with the control.
(Inherited from GwxTextBoxBase.)
Public propertyIsUndoEnabled
Indicates whether undo support is enabled for the text-editing control.
(Inherited from GwxTextBoxBase.)
Public propertyKerning
Specifies whether or not to reduce the spacing between characters. This option only affects certain fonts that support variable character spacing.
(Inherited from GwxTextBase.)
Public propertyKeyword
A keyword used to mark this object as shared.
(Inherited from GwxDependencyObject.)
Public propertyLatitude
The latitude of the center point of this object.
(Inherited from GwxElement.)
Public propertyLatitudeDataSource
The latitude of the center point of this object.
(Inherited from GwxElement.)
Public propertyLeft
Horizontal position of top-left corner of the object.

A number, or NaN for Automatic.

(Inherited from GwxElement.)
Public propertyLineHeight
Specifies the the height of each generated line box for the text.
(Inherited from GwxTextBase.)
Public propertyLocked
True to prevent this object from being selected (except via the Document Explorer tool).
(Inherited from GwxDependencyObject.)
Public propertyLongitude
The longitude of the center point of this object.
(Inherited from GwxElement.)
Public propertyLongitudeDataSource
The longitude of the center point of this object.
(Inherited from GwxElement.)
Public propertyMargin
The amount of space surrounding this object.
(Inherited from GwxElement.)
Public propertyMaxHeight
Specifies the maximum height constraint of this object.
(Inherited from GwxElement.)
Public propertyMaxLength
Indicates the maximum number of characters that can be manually entered into the TextBox.
Public propertyMaxLines
Gets or sets the maximum number of visible lines to size to.
Public propertyMaxWidth
Specifies the maximum width constraint of this object.
(Inherited from GwxElement.)
Public propertyMinHeight
Specifies the minimum height constraint of this object.
(Inherited from GwxElement.)
Public propertyMinLines
Gets or sets the minimum number of visible lines to size to.
Public propertyMinWidth
Specifies the minimum width constraint of this object.
(Inherited from GwxElement.)
Public propertyMovesOwnerWindow
Specifies if dragging the object in runtime mode will move the parent window in which the object is contained. In other words, when MovesOwnerWindow is true, it makes the object act like a Windows titlebar.
(Inherited from GwxElement.)
Public propertyName
For internal use only. Not for customer use.

Unique name identifier for this object.

(Inherited from GwxDependencyObject.)
Public propertyNextSiblingElement
Next sibling GwxElement (if there is one).
(Inherited from GwxElement.)
Public propertyOpacity
Overall opacity percent of this object. Range: 0.0 (fully transparent) - 1.0 (fully opaque), or inherit.
(Inherited from GwxElement.)
Public propertyPadding
The amount of space surrounding the content of this object.
(Inherited from GwxTextBase.)
Public propertyParentContainer
Parent object of this object (if there is one) as an IGwxElementContainer.
(Inherited from GwxElement.)
Public propertyParentDependencyObject
Parent object of this object (if there is one) as a GwxDependencyObject.
(Inherited from GwxDependencyObject.)
Public propertyParentDependencyObjectContainer
Parent object of this object (if there is one) as an IGwxDependencyObjectContainer.
(Inherited from GwxDependencyObject.)
Public propertyParentElement
Parent object of this object (if there is one) as a GwxElement.
(Inherited from GwxElement.)
Public propertyPreviousSiblingElement
Previous sibling GwxElement (if there is one).
(Inherited from GwxElement.)
Public propertyRenderTransform
Transformation that affects the rendering of this object.
(Inherited from GwxElement.)
Public propertyRenderTransformOrigin
The center point of the render transform, relative to the bounds of the element.
(Inherited from GwxElement.)
Public propertyRow
For internal use only. Not for customer use.

Indicates the position of a child object within a parent. This property is only used if the parent of this element is a Grid.

(Inherited from GwxElement.)
Public propertyRowSpan
For internal use only. Not for customer use.

Indicates the position of a child object within a parent. This property is only used if the parent of this element is a Grid.

(Inherited from GwxElement.)
Public propertySelected
Gets/sets the selection state of this object.
(Inherited from GwxElement.)
Public propertyShowDescriptionInToolTip
Determines whether or not this object's Description is included in the tooltip for this object.
(Inherited from GwxDependencyObject.)
Public propertySnapsToDevicePixels
Determines whether rendering for this object should use device-specific pixel settings during rendering.
(Inherited from GwxElement.)
Public propertyText
Specifies the text content.
(Inherited from GwxTextBase.)
Public propertyTextAlignment
Specifies the horizontal alignment of the text.
(Inherited from GwxTextBase.)
Public propertyTextDecorations
Specifies the visual ornamentations added to text (underline, strikethrough).
(Inherited from GwxTextBase.)
Public propertyTextTrimming
Specifies the trimming behavior to employ if the content overflows its containing box (only used when wrapping is off).
(Inherited from GwxTextBase.)
Public propertyTextWrapping
Specifies whether or not text wraps when it reaches the edge of its containing box.
(Inherited from GwxTextBase.)
Public propertyTitle
Title for this object.
(Inherited from GwxDependencyObject.)
Public propertyTop
Vertical position of top-left corner of the object.

A number, or NaN for Automatic.

(Inherited from GwxElement.)
Public propertyVerticalAlignment
Indicates where an element should be displayed on the vertical axis relative to its parent element.
(Inherited from GwxElement.)
Public propertyVerticalContentAlignment
Indicates where an element should be displayed on the vertical axis relative to the containing box.
(Inherited from GwxControl.)
Public propertyVerticalScrollBarVisibility
Indicates whether a vertical scroll bar is shown.
(Inherited from GwxTextBoxBase.)
Public propertyVisible
Visibility state of this object.
(Inherited from GwxDependencyObject.)
Public propertyWidth
Width of the object.

A number, or NaN for Automatic.

(Inherited from GwxElement.)

See Also