VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / ComboBoxObjectTransformer Class / OnTextBoxShown(TextObjectTextBoxTransformerEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    OnTextBoxShown(TextObjectTextBoxTransformerEventArgs) Method (ComboBoxObjectTransformer)
    In This Topic
    Raises the TextBoxShown event. It is called after the System.Windows.Forms.TextBox is shown.
    Syntax
    'Declaration
    
    Protected Overrides Sub OnTextBoxShown( _
    ByVal e
    A TextObjectTextBoxTransformerEventArgs that contains the event data.
    As TextObjectTextBoxTransformerEventArgs _
    )
    protected override void OnTextBoxShown(
    TextObjectTextBoxTransformerEventArgs e
    )
    protected: void OnTextBoxShown(
    TextObjectTextBoxTransformerEventArgs* e
    ); override
    protected:
    void OnTextBoxShown(
    TextObjectTextBoxTransformerEventArgs^ e
    ); override

    Parameters

    e
    A TextObjectTextBoxTransformerEventArgs that contains the event data.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also