CommonGetWindowThumbnailKey Method
|
|
Returns Thumbnail key for the given window.
Namespace:
MediaCy.Controls.Common.Vb
Assembly:
MediaCy.Controls.Common.Vb (in MediaCy.Controls.Common.Vb.dll) Version: 3.1.0.0
SyntaxPublic Shared Function GetWindowThumbnailKey (
Wnd As McWindow,
Optional Frame As Long = -1,
Optional bSmallElseLarge As Boolean = true
) As String
Parameters
- Wnd
- Type: McWindow
- Frame (Optional)
- Type: SystemInt64
- bSmallElseLarge (Optional)
- Type: SystemBoolean
Return Value
Type:
String
RemarksThe key can be used to assign to control or extract Image from SmallImageList or LargeImageList
See Also