Position of the text with reference to the image on a Command or Tool. Applies only to toolbars with the ImageAndText ToolbarStyle.
Syntax
Visual Basic (Declaration) | |
---|
<ResDescriptionAttribute("Position of the text with reference to the image on a Command or Tool. Applies only to toolbars with the ImageAndText ToolbarStyle.")>
<ResCategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property TextPosition As TextPosition |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ToolbarBase
Dim value As TextPosition
instance.TextPosition = value
value = instance.TextPosition |
C# | |
---|
[ResDescriptionAttribute("Position of the text with reference to the image on a Command or Tool. Applies only to toolbars with the ImageAndText ToolbarStyle.")]
[ResCategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public TextPosition TextPosition {get; set;} |
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also