LinkLauncher.View Property
Gets or sets how this control renders its content on the next refresh.
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public ViewStyle View { get; set; }
public:
property ViewStyle View {
ViewStyle get();
void set(ViewStyle value);
}
Public Property View As ViewStyle
Property Value
Type: Microsoft.WindowsServerSolutions.Common.Controls.ViewStyle
One of the Microsoft.WindowsServerSolutions.Common.Controls.ViewStyle enumeration values that specifies the view style.
See Also
LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top