VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfComboBoxObjectTransformer Class
In This Topic
WpfComboBoxObjectTransformer Class Methods
In This Topic
For a list of all methods of this type, see WpfComboBoxObjectTransformer.
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 WpfTextObjectTextBoxTransformer)
Public MethodInvoked when interaction controller is activated.
Public MethodOccurs when interaction controller is deactivated.
Public MethodInvoked when user interacts with an interaction area of interactive object. (Inherited from WpfInteractionControllerBase)
Public MethodResets the interaction controller. (Inherited from WpfInteractionControllerBase)
Public MethodShows the DropDownButton.
Public MethodShows the ListBox.
Public MethodShows the text box in the specified location of specified WpfImageViewer. (Inherited from WpfTextObjectTextBoxTransformer)
Public MethodUpdates the interaction areas of this controller. (Inherited from WpfTextObjectTextBoxTransformer)
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 WpfTextObjectTextBoxTransformer)
Protected MethodDisposes the text box.
Protected MethodEnables the handling text changed event. (Inherited from WpfTextObjectTextBoxTransformer)
Protected MethodRaises the InteractionFinished event. (Inherited from WpfInteractionControllerBase)
Protected MethodRaises the TextBoxClosed event. It is called after the System.Windows.Controls.TextBox is closed.
Protected MethodRaises the TextBoxClosing event. It is called before the TextBox is closed. (Inherited from WpfTextObjectTextBoxTransformer)
Protected MethodRaises the TextBoxShowing event. It is called before the TextBox is shown. (Inherited from WpfTextObjectTextBoxTransformer)
Protected MethodRaises the TextBoxShown event. It is called after the System.Windows.Controls.TextBox is shown.
Protected MethodRaises the TextBoxUpdated event. It is called after updating the location and/or size of the System.Windows.Controls.TextBox or the text annotation in the viewer.
Protected MethodPerforms an interaction between user and interaction area of interaction object.
Protected MethodUpdates the location and size of DropDownButton.
Protected MethodUpdates the location and size of ListBox.
Protected MethodUpdates the location and size of System.Windows.Controls.TextBox.
See Also