Compartir a través de


IWorkflow.IsControlEnabled Property

Gets or Set value indicating whether the control can respond to user interaction.

Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)

Usage

'Usage
Dim instance As IWorkflow
Dim value As Boolean

value = instance.IsControlEnabled

instance.IsControlEnabled = value

Syntax

'Declaration
Property IsControlEnabled As Boolean
bool IsControlEnabled { get; set; }
property bool IsControlEnabled {
    bool get ();
    void set (bool value);
}
/** @property */
boolean get_IsControlEnabled ()

/** @property */
void set_IsControlEnabled (boolean value)
function get IsControlEnabled () : boolean

function set IsControlEnabled (value : boolean)

Property Value

Type: Boolean
True if the control can respond to user interaction, otherwise false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

IWorkflow Interface
IWorkflow Members
Microsoft.Uii.Desktop.Core Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.