'宣言 Public Class ProgressBarTool Inherits EditorToolBase Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx, Infragistics.Win.Notifications.INotificationBadgeProvider, Infragistics.Win.Notifications.INotificationBadgeSettingsOwner
public class ProgressBarTool : EditorToolBase, Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx, Infragistics.Win.Notifications.INotificationBadgeProvider, Infragistics.Win.Notifications.INotificationBadgeSettingsOwner
Minimum プロパティ、Maximum プロパティ、そして Value プロパティを使用して、ProgressBarTool によって表示される範囲と現在の進捗状況は制御できます。
さらに、エンドユーザーに進捗状況を表示するテキストは、ProgressFormat プロパティと ProgressText プロパティを使用してカスタマイズできます。
ProgressBarTool のインスタンスが Value を変更した時に通知を受けるには、ProgressBarTool の ToolValueChanged イベントを処理します。同じ Key を持つすべての ProgressBarTools のインスタンスがその Value を変更した時に通知を受けるには、UltraToolbarsManager.ToolValueChanged イベントを処理して、イベント引数に渡されるツールの Key をチェックします。