Version

TargetHtmlElementID Property

The id of the target html element.
Syntax
'Declaration
 
Public Property TargetHtmlElementID As String
public string TargetHtmlElementID {get; set;}
Remarks
It can be an exact id of any html element or a formatter string for the ClientID of the TargetControl defined by TargetControlID. Example of a resizer for UltraWebTab: "{0}_cp".
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