KaxDockGetUniqueName Method |
Returns the unique name for the dock, based on the UniqueName and
the ID properties.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string GetUniqueName()
Public Function GetUniqueName As String
public:
String^ GetUniqueName()
member GetUniqueName : unit -> string
Return Value
Type:
String
A string, containing the UniqueName property of the dock, or its
ID, if the UniqueName property is not set.
See Also