LinkLauncher Constructor (ViewStyle)
Initializes a new instance of the LinkLauncher class with the view style.
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public LinkLauncher(
ViewStyle viewStyle
)
public:
LinkLauncher(
ViewStyle viewStyle
)
Public Sub New (
viewStyle As ViewStyle
)
Parameters
viewStyle
Type: Microsoft.WindowsServerSolutions.Common.Controls.ViewStyleOne of the enumeration values that specifies the view style.
See Also
LinkLauncher Overload
LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top