QueryIconEventArgs(Icon, Icon) Constructor
Creates and initializes a new QueryIconEventArgs instance.
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
Parameters
Name | Type | Description |
---|---|---|
iconSmall | Icon | A Icon object, which is the default small icon to be used by a Window’s Template. This parameter value is assigned to the QueryIconEventArgs.IconSmall property. |
iconLarge | Icon | A Icon object, which is the default large icon to be used by a Window’s Template. This parameter value is assigned to the QueryIconEventArgs.IconLarge property. |
See Also