Class DockWindowSnapshotEventArgs
Represents the arguments associated with a QuickNavigatorSnapshotNeeded event.
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class DockWindowSnapshotEventArgs : DockWindowEventArgs
Constructors
DockWindowSnapshotEventArgs(DockWindow)
Constructs a new instance of the DockWindowSnapshotEventArgs class.
Declaration
public DockWindowSnapshotEventArgs(DockWindow window)
Parameters
DockWindow
window
|
Properties
SnapShot
Gets or sets the custom image to be used as a Preview snapshot for the associated window in the QuickNavigator.
Declaration
public Image SnapShot { get; set; }
Property Value
System.Drawing.Image
|