Version

GetProperty Method (ClientEventsBase)

Get value of a property.
Syntax
'Declaration
 
Protected Function GetProperty( _
   ByVal id As Integer _
) As String
protected string GetProperty( 
   int id
)

Parameters

id
Id of property. That is a constant defined by control which is used as index of property within array returned by GetClientEventNameList().

Return Value

Value of property.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also