Enables or disables the 'Apply' button.
| [Visual Basic .NET] |
|---|
Public Sub SetModified( _
ByVal Changed As Boolean _
)
|
| [C#] |
|---|
public void SetModified(
|
| [Managed C++] |
|---|
public: void SetModified(
|
| [Java] |
|---|
public setModified(
|
| [Unmanaged C++] |
|---|
public: HRESULT SetModified(
|
- Changed
| Enable the 'Apply' button | Copy Code
|
|
|---|---|---|
|
||