VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / CompositeInteractionController Class
Constructors Properties Methods Events SeeAlso
In This Topic
    CompositeInteractionController Class Members
    In This Topic
    The following tables list the members exposed by CompositeInteractionController.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the CompositeInteractionController class.
    Public Properties
     NameDescription
    Public PropertyGets a focused interaction area. (Inherited from InteractionControllerBase)
    Public PropertyGets a value indicating whether this interaction controller has appearance.
    Public PropertyGets a read-only collection of interaction areas. (Inherited from InteractionControllerBase)
    Public PropertyGets a value indicating whether controller is activated. (Inherited from InteractionControllerBase)
    Public PropertyGets or sets a value indicating whether interaction controller is enabled. (Inherited from InteractionControllerBase)
    Public PropertyGets a value indicating whether controller is interacting with the interactive object. (Inherited from InteractionControllerBase)
    Public PropertyGets a value indicating whether controller is visible.
    Public PropertyGets a read-only collection of the interaction controllers contained in this composite controller.
    Protected Properties
     NameDescription
    Protected PropertyGets a list of interaction areas. (Inherited from InteractionControllerBase)
    Public Methods
     NameDescription
    Public MethodDraws the interaction controller appearance on specifed graphics engine.
    Public MethodOverloaded. Finds an interaction controller which can interact with the specified interaction area.
    Public MethodReturns the supported UI actions.
    Public MethodOccurs 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 InteractionControllerBase)
    Public MethodResets the interaction controller.
    Public MethodUpdates the interaction areas of this controller.
    Protected Methods
     NameDescription
    Protected MethodRaises the Activated event.
    Protected MethodRaises the Activating event.
    Protected MethodRaises the Deactivated event.
    Protected MethodRaises the Deactivating event.
    Protected MethodRaises the InteractionFinished event. (Inherited from InteractionControllerBase)
    Protected MethodPerforms an interaction between user and interaction area.
    Protected MethodProcesses the IME Windows messages.
    Public Events
     NameDescription
    Public EventOccurs when the composite interaction controller is activated.
    Public EventOccurs when the composite interaction controller is activating.
    Public EventOccurs when the composite interaction controller is deactivated.
    Public EventOccurs when the composite interaction controller is deactivating.
    Public EventOccurs when user interacts with an interaction area of interactive object. (Inherited from InteractionControllerBase)
    Public EventOccurs when interaction is finished. (Inherited from InteractionControllerBase)
    See Also