|
Dreamine.UI.WinForms 1.0.1
Dreamine.UI.WinForms 사용자 인터페이스 기능과 구성 요소를 제공합니다.
|
정적 Public 멤버 함수 | |
| static Task< DialogResult > | ShowAsync (IWin32Window? owner, BlinkPopupOptions options) |
WinForms 깜빡임 팝업을 비동기로 표시하는 진입점을 제공합니다.
DreamineBlinkPopup.cs 파일의 13 번째 라인에서 정의되었습니다.
|
inlinestatic |
지정한 옵션으로 깜빡임 팝업을 표시하고 닫힐 때까지 비동기로 기다립니다.
| owner | 팝업 소유자이거나 소유자가 없으면 null입니다. |
| options | 팝업 콘텐츠와 표시 옵션입니다. |
| NullReferenceException | options 가 null일 때 발생합니다. |
DreamineBlinkPopup.cs 파일의 55 번째 라인에서 정의되었습니다.
다음을 참조함 : Dreamine.UI.WinForms.Popup.BlinkPopupOptions.IsModal.