📄 csliderctrl.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML dir=ltr>
<HEAD>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
<title>CSliderCtrl Class Members</title>
<style>@import url(msdn_ie4.css);</style>
<link disabled rel="stylesheet" href="msdn_ie3.css"></HEAD>
<BODY>
<font face="verdana,arial,helvetica" size="2">
<h1><a name="_mfc_csliderctrl_class_members"></a><sup></sup>CSliderCtrl Class Members</h1>
<p>
<a href="#_mfc_construction_csliderctrl">Construction</a><br>
<a href="#_mfc_attributes_csliderctrl">Attributes</a><br>
<a href="#_mfc_operations_csliderctrl">Operations</a></p>
<p class=label>
<b><a name="_mfc_construction_csliderctrl"></a>Construction</b></p>
<table border=1 cellpadding=5 cols=2 frame=below rules=rows>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.csliderctrl.htm">CSliderCtrl</a></td>
<td width=75%>Constructs a <b>CSliderCtrl</b> object.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.create.htm">Create</a></td>
<td width=75%>Creates a slider control and attaches it to a <b>CSliderCtrl</b> object.</td>
</tr>
</table><br>
<p class=label>
<b><a name="_mfc_attributes_csliderctrl"></a>Attributes</b></p>
<table border=1 cellpadding=5 cols=2 frame=below rules=rows>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.getlinesize.htm">GetLineSize</a></td>
<td width=75%>Retrieves the line size of a slider control.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.setlinesize.htm">SetLineSize</a></td>
<td width=75%>Sets the line size of a slider control.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.getpagesize.htm">GetPageSize</a></td>
<td width=75%>Retrieves the page size of a slider control.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.setpagesize.htm">SetPageSize</a></td>
<td width=75%>Sets the page size of a slider control.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.getrangemax.htm">GetRangeMax</a></td>
<td width=75%>Retrieves the maximum position for a slider.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.getrangemin.htm">GetRangeMin</a></td>
<td width=75%>Retrieves the minimum position for a slider.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.getrange.htm">GetRange</a></td>
<td width=75%>Retrieves the minimum and maximum positions for a slider.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.setrangemin.htm">SetRangeMin</a></td>
<td width=75%>Sets the minimum position for a slider.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.setrangemax.htm">SetRangeMax</a></td>
<td width=75%>Sets the maximum position for a slider.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.setrange.htm">SetRange</a></td>
<td width=75%>Sets the minimum and maximum positions for a slider.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.getselection.htm">GetSelection</a></td>
<td width=75%>Retrieves the range of the current selection.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.setselection.htm">SetSelection</a></td>
<td width=75%>Sets the range of the current selection.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.getchannelrect.htm">GetChannelRect</a></td>
<td width=75%>Retrieves the size of the slider control抯 channel.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.getthumbrect.htm">GetThumbRect</a></td>
<td width=75%>Retrieves the size of the slider control抯 thumb.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.getpos.htm">GetPos</a></td>
<td width=75%>Retrieves the current position of the slider.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.setpos.htm">SetPos</a></td>
<td width=75%>Sets the current position of the slider.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.getnumtics.htm">GetNumTics</a></td>
<td width=75%>Retrieves the number of tick marks in a slider control.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.getticarray.htm">GetTicArray</a></td>
<td width=75%>Retrieves the array of tick mark positions for a slider control.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.gettic.htm">GetTic</a></td>
<td width=75%>Retrieves the position of the specified tick mark.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.getticpos.htm">GetTicPos</a></td>
<td width=75%>Retrieves the position of the specified tick mark, in client coordinates.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.settic.htm">SetTic</a></td>
<td width=75%>Sets the position of the specified tick mark.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.setticfreq.htm">SetTicFreq</a></td>
<td width=75%>Sets the frequency of tick marks per slider control increment.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.getbuddy.htm">GetBuddy</a></td>
<td width=75%>Retrieves the handle to a slider control buddy window at a given location. </td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.setbuddy.htm">SetBuddy</a></td>
<td width=75%>Assigns a window as the buddy window for a slider control. </td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.gettooltips.htm">GetToolTips</a></td>
<td width=75%>Retrieves the handle to the tooltip control assigned to the slider control, if any.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.settooltips.htm">SetToolTips</a></td>
<td width=75%>Assigns a tooltip control to a slider control. </td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.settipside.htm">SetTipSide</a></td>
<td width=75%>Positions a tooltip control used by a trackbar control.</td>
</tr>
</table><br>
<p class=label>
<b><a name="_mfc_operations_csliderctrl"></a>Operations</b></p>
<table border=1 cellpadding=5 cols=2 frame=below rules=rows>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.clearsel.htm">ClearSel</a></td>
<td width=75%>Clears the current selection in a slider control.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.verifypos.htm">VerifyPos</a></td>
<td width=75%>Verifies that the position of a slider control is between the minimum and maximum values.</td>
</tr>
<tr valign=top>
<td width=25%><a href="_mfc_csliderctrl.3a3a.cleartics.htm">ClearTics</a></td>
<td width=75%>Removes the current tick marks from a slider control.</td>
</tr>
</table><br>
<p>
<a href="_mfc_csliderctrl.htm">CSliderCtrl Overview</a> | <a href="_mfc_cwnd_class_members.htm">Base Class Members</a> | <a href="_mfc_hierarchy_chart.htm">Hierarchy Chart</a></p>
</font></BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -