TAILIEUCHUNG - AutoIT Help part 64

Tham khảo tài liệu 'autoit help part 64', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Function Reference GUICtrlSetResizing Defines the resizing method used by a control. GUICtrlSetResizing controlID resizing Parameters controlID The control identifier controlID as returned by a GUICtrlCreate. function. resizing See the Docking Values table below for values that can be used add together multiple values if required . Return Value Success Returns 1. Failure Returns 0. Remarks When a GUI window is resized the controls within react - how they react is determined by this function. To be able to resize a GUI window it needs to have been created with the WS_SIZEBOX and WS_SYSMENU styles. See GUICreate. Docking Values Table Resizing Value No displacement of GUI_DOCKAUTO 1 resize and reposition according to new window size GUI_DOCKLEFT 2 Left side GUI_DOCKRIGHT 4 Right side GUI_DOCKHCENTER 8 Position will not move relative to horizontal center GUI_DOCKTOP 32 Top side GUI_DOCKBOTTOM 64 Bottom side GUI_DOCKVCENTER 128 Position will not move relative to vertical center GUI_DOCKWIDTH 256 Width will not change GUI_DOCKHEIGHT 512 Height will not change Composite resizing GUI_DOCKSIZE 768 256 512 Size will not change GUI_DOCKMENUBAR 544 512 32 so the control will stay at the top of window with no change in Height GUI_DOCKSTATEBAR 576 512 64 so the control stay at the bottom of the window with no change in Height GUI_DOCKALL 802 2 32 256 512 so the control will not move during resizing GUI_DOCKBORDERS 102 2 4 32 64 so the control will grow as the window The default resizing for a given control is control dependent see the control doc. A default value for any control can be set with GUIResizeMode Option . The automatic resizing event can be disabled if GUIEventOptions Option is set to 1. Related GUIEventOptions Option GUIResizeMode Option Example include include include Opt MustDeclareVars 1 Example Func Example Local nEdit nOk nCancel msg Opt GUICoordMode 2 GUICreate My InputBox 190 114 -1 -1 WS_SIZEBOX .

Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.