CTabCtrl

来源:互联网 发布:绿房子软件 编辑:程序博客网 时间:2024/05/15 18:16
CTabCtrl 

Construction

Create Creates a tab control and attaches it to an instance of a CTabCtrl object. 
CreateEx Creates a tab control with the specified Windows extended styles and attaches it to an instance of a CTabCtrl object. 
CTabCtrl Constructs a CTabCtrl object. 

Attributes

GetCurFocus Retrieves the tab with the current focus of a tab control. 
GetCurSel Determines the currently selected tab in a tab control. 
GetExtendedStyle Retrieves the extended styles that are currently in use for the tab control.  
GetImageList Retrieves the image list associated with a tab control. 
GetItem Retrieves information about a tab in a tab control. 
GetItemCount Retrieves the number of tabs in the tab control. 
GetItemRect Retrieves the bounding rectangle for a tab in a tab control. 
GetItemState Retrieves the state of the indicated tab control item. 
GetRowCount Retrieves the current number of rows of tabs in a tab control. 
GetToolTips Retrieves the handle of the tool tip control associated with a tab control. 
SetCurFocus Sets the focus to a specified tab in a tab control. 
SetCurSel Selects a tab in a tab control. 
SetExtendedStyle Sets the extended styles for a tab control. 
SetImageList Assigns an image list to a tab control. 
SetItem Sets some or all of a tab's attributes. 
SetItemExtra Sets the number of bytes per tab reserved for application-defined data in a tab control. 
SetItemSize Sets the width and height of an item. 
SetItemState Sets the state of the indicated tab control item. 
SetMinTabWidth Sets the minimum width of items in a tab control. 
SetPadding Sets the amount of space (padding) around each tab's icon and label in a tab control. 
SetToolTips Assigns a tool tip control to a tab control. 

Operations

AdjustRect Calculates a tab control's display area given a window rectangle, or calculates the window rectangle that would correspond to a given display area. 
DeleteAllItems Removes all items from a tab control. 
DeleteItem Removes an item from a tab control. 
DeselectAll Resets items in a tab control, clearing any that were pressed. 
HighlightItem Sets the highlight state of a tab item.  
HitTest Determines which tab, if any, is at a specified screen position. 
InsertItem Inserts a new tab in a tab control. 
RemoveImage Removes an image from a tab control's image list. 

Overridables

DrawItem Draws a specified item of a tab control. 
0 0
原创粉丝点击