VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / ComboBoxObjectTransformer Class
In This Topic
ComboBoxObjectTransformer Class Methods
In This Topic
For a list of all methods of this type, see ComboBoxObjectTransformer.
Public Methods
 NameDescription
Public MethodDraws the interaction controller appearance on specifed graphics engine.
Public MethodHides the DropDownButton.
Public MethodHides the ListBox.
Public MethodHides the text box. (Inherited from TextObjectTextBoxTransformer)
Public MethodInvoked when interaction controller is activated. (Inherited from TextObjectTextBoxTransformer)
Public MethodOccurs when interaction controller is deactivated.
Public MethodInvoked when user interacts with an interaction area of interactive object. (Inherited from InteractionControllerBase)
Public MethodResets the interaction controller. (Inherited from InteractionControllerBase)
Public MethodShows the DropDownButton.
Public MethodShows the ListBox.
Public MethodShows the text box in the specified location of specified ImageViewer. (Inherited from TextObjectTextBoxTransformer)
Public MethodUpdates the location and size of DropDownButton.
Public MethodUpdates the interaction areas of this controller. (Inherited from TextObjectTextBoxTransformer)
Protected Methods
 NameDescription
Protected MethodCreates the DropDownButton property value.
Protected MethodCreates the ListBox property value.
Protected MethodCreates the text box.
Protected MethodDisables the handling text changed event. (Inherited from TextObjectTextBoxTransformer)
Protected MethodDisposes the text box.
Protected MethodEnables the handling text changed event. (Inherited from TextObjectTextBoxTransformer)
Protected MethodRaises the InteractionFinished event. (Inherited from InteractionControllerBase)
Protected MethodRaises the MouseMove event. (Inherited from TextObjectTextBoxTransformer)
Protected MethodRaises the TextBoxClosed event. It is called after the System.Windows.Forms.TextBox is closed.
Protected MethodRaises the TextBoxClosing event. It is called before the TextBox is closed. (Inherited from TextObjectTextBoxTransformer)
Protected MethodRaises the TextBoxShowing event. It is called before the TextBox is shown. (Inherited from TextObjectTextBoxTransformer)
Protected MethodRaises the TextBoxShown event. It is called after the System.Windows.Forms.TextBox is shown.
Protected MethodRaises the TextBoxUpdated event. It is called after updating the location and/or size of the System.Windows.Forms.TextBox or the text annotation in the viewer.
Protected MethodPerforms an interaction between user and interaction area of interaction object.
Protected MethodProcesses the IME Windows messages. (Inherited from InteractionControllerBase)
Protected MethodUpdates the location and size of ListBox.
Protected MethodUpdates the location and size of System.Windows.Forms.TextBox.
See Also