Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
ProgressIndicator オブジェクト
ProgressIndicator
進捗インジケータは SmartCallbacks の間に表示されるクライアント側オブジェクトです。
ProgressIndicator メソッド
|
|
|
進捗インジケータに使用されている ImageUrl を取得します。
|
|
進捗インジケータに設定されている HTML を取得します。
|
|
|
|
進捗インジケータの ImageUrl を設定します。
setHtml メソッドを使用して設定されている HTML がない場合、進捗インジケータはこの画像を使用します。
|
|
ページに相対して、進捗インジケータを表示すべき場所を設定します。
ig_Location.TopCenter = 1
ig_Location.TopInfront = 3
ig_Location.TopBehind = 4
ig_Location.MiddleLeft = 8
ig_Location.MiddleCenter = 9
ig_Location.MiddleRight = 10
ig_Location.MiddleInfront = 11
ig_Location.MiddleBehind = 12
ig_Location.BottomLeft = 16
ig_Location.BottomCenter = 17
ig_Location.BottomRight = 18
ig_Location.BottomInfront = 19
ig_Location.BottomBehind = 20
ig_Location.AboveLeft = 32
ig_Location.AboveCenter = 33
ig_Location.AboveRight = 34
ig_Location.AboveInfront = 35
ig_Location.AboveBehind = 36
ig_Location.BelowLeft = 64
ig_Location.BelowCenter = 65
ig_Location.BelowRight = 66
ig_Location.BelowInfront = 67
ig_Location.BelowBehind = 68
|
|
進捗インジケータを表示するコンテナを設定します。進捗インジケータに設定される場所は、コンテナのどこに表示されるのかを決定します。
|
|
進捗インジケータで使用される HTML を設定します。
|