Gets or sets a value indicating whether to use the images specified through the CustomPreviewIcons property.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public bool UseCustomPreviewIcons { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property UseCustomPreviewIcons As Boolean |
true to use the custom icons; false to use the built-in icons.
See Also