Aracılığıyla paylaş


DisabledElements.IsElementEnabled Method

Definition

Overloads

IsElementEnabled(String)
IsElementEnabled(UtilElementType, String)

IsElementEnabled(String)

public:
 static bool IsElementEnabled(System::String ^ path);
public static bool IsElementEnabled (string path);
static member IsElementEnabled : string -> bool
Public Shared Function IsElementEnabled (path As String) As Boolean

Parameters

path
String

Returns

Applies to

IsElementEnabled(UtilElementType, String)

public:
 static bool IsElementEnabled(Dynamics::AX::Application::UtilElementType type, System::String ^ name);
public static bool IsElementEnabled (Dynamics.AX.Application.UtilElementType type, string name);
static member IsElementEnabled : Dynamics.AX.Application.UtilElementType * string -> bool
Public Shared Function IsElementEnabled (type As UtilElementType, name As String) As Boolean

Parameters

name
String

Returns

Applies to