Solid Edge FrameworkSupport Type Library
TextBox Object Members
Overview 
Public Methods
Public Method BringForwardChanges the display order of the referenced object by moving it in front of the first object that obscures it.
Public Method BringToFrontChanges the display order of the referenced object by moving it in front of all other overlapping objects.
Public Method CopyPlaces a copy of the referenced object on the clipboard.
Public Method CutMoves the referenced object to the system clipboard.
Public Method DeleteDeletes the referenced object.
Public Method DuplicateCopies the referenced object to a specified location, creating a new instance of the object with the same property values as the original.
Public Method GetKeyPointReturns information about a specified key point.
Public Method GetOriginReturns the origin for the referenced object.
Public Method MirrorCopies the referenced object about an axis.
Public Method MoveMoves the referenced object.
Public Method PromoteToCurrentVersionPromotes text box to the latest version behavior, the same as if placing a new object.
Public Method RangeReturns the high and low range values for the referenced object.
Public Method RotateRotates the referenced object about the point specified by the angle in radians.
Public Method ScaleScales the referenced object by a specified factor.
Public Method SelectSelects the referenced object in the active window.
Public Method SendBackwardChanges the display order of visible objects by moving the referenced object so that it is in back of the first object behind it.
Public Method SendToBackChanges the display order of visible objects by moving the referenced object behind all overlapping objects.
Public Method SetKeyPointSets the position for a specified key point.
Public Method SetOriginRedefines the offset between the lower left corner of the window and the object's origin.
Public Properties
Public Property ActualTextLengthReturns the length of the character string in the longest line of text.
Public Property ApplicationReturns the active application object.
Public Property AttributeSetsReturns the AttributeSets collection object for the referenced object.
Public Property BorderLineColorSets and returns the color used to draw the border of the referenced TextBox object.
Public Property BorderLineStyleSets and returns the line style used to draw the border line of the referenced TextBox object.
Public Property BorderLineWidthSets and returns the color of the border when BorderVisible is True.
Public Property BorderOffsetSets and returns the distance between the border and the text box for the referenced TextBox object.
Public Property BorderTypeSets and returns the border type for the referenced TextBox object.
Public Property DocumentReturns the document to which the referenced object belongs.
Public Property EditReturns the TextEdit object associated with the referenced TextBox object.
Public Property FillSpecifies whether or not the background of the referenced TextBox is to be filled.
Public Property FillColorSets and returns the color with which to fill the background of an object.
Public Property FlowOrientationSets and returns the orientation of the text flow.
Public Property HeightReturns the height of the referenced object.
Public Property HorizontalAlignmentSets and returns the horizontal alignment of the text within a paragraph.
Public Property IndexReturns the numeric index for the active object.
Public Property IsAttributeSetPresentReturns True if a specified Attribute Set exists on the referenced object.
Public Property JustificationSets and returns the horizontal and vertical justification of the text for the referenced TextBox object.
Public Property KeyReturns a key (a string) to find the object relative to its owning parents.
Public Property KeyPointCountReturns the number of keypoints/handles that are supported by the referenced object.
Public Property LayerSets and returns the named layer on which the referenced object resides.
Public Property LineSpacingSets and returns the amount of space between two lines in a paragraph for the referenced object.
Public Property LineSpacingTypeSets and returns the Line spacing type for the referenced TextBox object.
Public Property MinimumAspectRatioSets and returns the Minimum Aspect Ratio Textbox can have
Public Property NameReturns the name of the referenced object.
Public Property ParentReturns the parent object for the referenced object.
Public Property PlacementTypeSets and returns the placement type for the referenced TextBox object.
Public Property RotationAngleSets and returns the angle, in radians, at which the object is rotated along its major axis.
Public Property ShadowSpecifies the status of the shadow feature for the referenced TextBox object.
Public Property ShadowOffsetSets and returns the offset of the shadow feature from the border for the referenced TextBox object.
Public Property TabStopWidthSets and returns the default Tab Stop width for the referenced TextBox object.
Public Property TextSets and returns the text within the referenced TextBox object.
Public Property TextControlTypeSets and returns the Text Control type for the referenced TextBox object.
Public Property TextScaleSets and returns the text scale of the object.
Public Property TypeSpecifies the type of the object being referenced.
Public Property VerticalAlignmentSets and returns the vertical alignment of the text within the text box.
Public Property WidthReturns the width of the referenced object.
Public Property ZOrderSpecifies the front-to-back order in which an object is displayed relative to other objects.
See Also

TextBox Object

Send comments on this topic.