BCGControlBar Library for .NET
EmbeddedTextBox Property




Specifies the TextBox which is created in edit mode to change the text.
Syntax
'Declaration
 
Public Overridable ReadOnly Property EmbeddedTextBox As TextBox
'Usage
 
Dim instance As ToolbarEditBoxButton
Dim value As TextBox
 
value = instance.EmbeddedTextBox
public virtual TextBox EmbeddedTextBox {get;}
public: __property virtual TextBox* get_EmbeddedTextBox();
public:
virtual property TextBox^ EmbeddedTextBox {
   TextBox^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ToolbarEditBoxButton Class
ToolbarEditBoxButton Members

Send Feedback