RestApiAuthMgrWinformsSetLogo Method |
Sets the logo used in the user controls.
Namespace: Rally.RestApi.UiForWinformsAssembly: Rally.RestApi.UiForWinforms (in Rally.RestApi.UiForWinforms.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public static void SetLogo(
Image logo
)
Public Shared Sub SetLogo (
logo As Image
)
public:
static void SetLogo(
Image^ logo
)
static member SetLogo :
logo : Image -> unit
Parameters
- logo
- Type: System.DrawingImage
The image to use as a logo.
Examples
RestApiAuthMgrWpf.SetLogo(ImageResources.Logo);
See Also