NavResizerControl.ResizeTargetControlName Property
This member is reserved for internal use and is not intended to be used directly from your code. Gets or sets the name of the containing control to be resized.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public Property ResizeTargetControlName As String
Get
Set
'Usage
Dim instance As NavResizerControl
Dim value As String
value = instance.ResizeTargetControlName
instance.ResizeTargetControlName = value
public string ResizeTargetControlName { get; set; }
Property Value
Type: System.String
The String object that represents the name of the containing control.