internal void SetProgressBarStyle(TaskDialogProgressBarStyle style)
 {
     NativeMethods.SendMessage(
         Owner.Handle, (UInt32)NativeMethods.TASKDIALOG_MESSAGES.TDM_SET_MARQUEE_PROGRESS_BAR,
         new UIntPtr((UInt32)style), IntPtr.Zero);
 }
Example #2
0
 internal void SetProgressBarStyle(TaskDialogProgressBarStyle style)
 {
     NativeMethods.SendMessage(
         Owner.Handle, (UInt32)NativeMethods.TASKDIALOG_MESSAGES.TDM_SET_MARQUEE_PROGRESS_BAR,
         new UIntPtr((UInt32)style), IntPtr.Zero);
 }