ButtonSizing
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
ButtonSizing
Use these constants with the Button.AutoSizing property.
- ButtonSizing_AlwaysAutoSize –(Value: 0) Always resize the Button control to fit the text.
- ButtonSizing_GrowOnly –(Value: 1) Resize the Button control only when the text does not fit in the control.
- ButtonSizing_NeverAutoSize –(Value: 3) Never resize the Button control.
- ButtonSizing_ShrinkOnly –(Value: 2) Resize the Button control only when the text is smaller than the button.