VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfComboBoxObjectTransformer Class
Constructors Properties Methods Events SeeAlso
In This Topic
    WpfComboBoxObjectTransformer Class Members
    In This Topic
    The following tables list the members exposed by WpfComboBoxObjectTransformer.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WpfComboBoxObjectTransformer class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the mouse click count that needs to activate text editing. (Inherited from WpfTextObjectTextBoxTransformer)
    Public PropertyGets or sets a value indicating whether the size and location of the TextBox should be calculated automatically. (Inherited from WpfTextObjectTextBoxTransformer)
    Public PropertyGets or sets a value indicating whether automatic zoom must be used in text box. (Inherited from WpfTextObjectTextBoxTransformer)
    Public PropertyGets the DropDown button.
    Public PropertyGets or sets an interaction area that is used for editing of text of interactive object. (Inherited from WpfTextObjectTextBoxTransformer)
    Public PropertyGets a focused interaction area. (Inherited from WpfInteractionControllerBase)
    Public PropertyGets or sets a value indicating whether text box must receive focus when text box is shown. (Inherited from WpfTextObjectTextBoxTransformer)
    Public PropertyGets a value indicating whether this interaction controller has appearance.
    Public PropertyGets a read-only collection of interaction areas. (Inherited from WpfInteractionControllerBase)
    Public PropertyGets an interactive object of interaction controller. (Inherited from WpfInteractionControllerBase<T>)
    Public PropertyGets a value indicating whether controller is activated. (Inherited from WpfInteractionControllerBase)
    Public PropertyGets a value indicating whether DropDownButton is visible.
    Public PropertyGets or sets a value indicating whether interaction controller is enabled. (Inherited from WpfInteractionControllerBase)
    Public PropertyGets a value indicating whether controller is interacting with the interaction object. (Inherited from WpfInteractionControllerBase)
    Public PropertyGets a value indicating whether ListBox is visible.
    Public PropertyGets a value indicating whether text box is visible. (Inherited from WpfTextObjectTextBoxTransformer)
    Public PropertyGets or sets a value indicating whether the text must be centered in vertical direction. (Inherited from WpfTextObjectTextBoxTransformer)
    Public PropertyGets a value indicating whether controller is visible. (Inherited from WpfInteractionControllerBase<T>)
    Public PropertyGets the ListBox.
    Public PropertyGets or sets a text of the interactive object.
    Public PropertyGets or sets the TextBox of this transformer. (Inherited from WpfTextObjectTextBoxTransformer)
    Public PropertyGets or sets a height of TextBox. (Inherited from WpfTextObjectTextBoxTransformer)
    Public PropertyGets or sets a width of TextBox. (Inherited from WpfTextObjectTextBoxTransformer)
    Public PropertyGets or sets the zoom factor of text box. (Inherited from WpfTextObjectTextBoxTransformer)
    Public PropertyGets or sets a value indicating whether the location and size of TextBox must be get from an object bounding box. (Inherited from WpfTextObjectTextBoxTransformer)
    Protected Properties
     NameDescription
    Protected PropertyGets a list of interaction areas. (Inherited from WpfInteractionControllerBase)
    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.
    Public Events
     NameDescription
    Public EventOccurs when user interacts with an interaction area of interactive object. (Inherited from WpfInteractionControllerBase)
    Public EventOccurs when interaction is finished. (Inherited from WpfInteractionControllerBase)
    Public EventOccurs after closing the TextBox. (Inherited from WpfTextObjectTextBoxTransformer)
    Public EventOccurs before closing the TextBox. (Inherited from WpfTextObjectTextBoxTransformer)
    Public EventOccurs before showing the TextBox. (Inherited from WpfTextObjectTextBoxTransformer)
    Public EventOccurs after showing the TextBox. (Inherited from WpfTextObjectTextBoxTransformer)
    Public EventOccurs after updating the location and/or size of the TextBox or the text object in the viewer. (Inherited from WpfTextObjectTextBoxTransformer)
    See Also