Called when a control (edit box, combo box, list box, or number box) gains focus on this PropertyManager page.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Sub OnGainedFocus( _
ByVal Id As Integer _
) |
| C# | |
|---|
void OnGainedFocus(
int Id
) |
| C++/CLI | |
|---|
void OnGainedFocus(
& int Id
) |
Parameters
- Id
- ID of the control that gained focus
Example
Remarks
See Also