Hide

SftOptions 1.0 - ActiveX Options Control

Display
Print

SftOptions.ApplyStatusChange Event

The status of an associated Apply button has changed.

Syntax

VB.NETPrivate Sub object_ApplyStatusChange(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.ApplyStatusChange
VBPrivate Sub object_ApplyStatusChange()
C#.NETvoid object_ApplyStatusChange(object sender, EventArgumentType e);
VC++void OnApplyStatusChangeobject();
CHRESULT OnApplyStatusChangeobject();

object

A SftOptions object.

Comments

The ApplyStatusChange event occurs when the status of an associated Apply button has changed.

The Apply button is owned and implemented by the application. The ApplyButton property can be used by the application to determine what the current status of the Apply button should be. The ApplyStatusChange event occurs when the Apply button status needs to be updated.

Example

Private Sub SftOptions1_ApplyStatusChange()
	YourApplyButton.Enabled = SftOptions1.ApplyStatus
End Sub

See Also SftOptions Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.