Sets the extended state of the specified item in the current tree-view control. 複製 BOOL SetItemStateEx( HTREEITEM hItem, UINT uStateEx ); Parameters 展開表格 Parameter Description [in] hItem Handle to a tree-view control item. [in] uStateEx ...
BOOL SetItemStateEx( HTREEITEM hItem, UINT uStateEx ); 參數 參數 描述 [in] hItem 對樹狀檢視控制項項目的控制代碼。 [in] uStateEx 項目的狀態。如需詳細資訊,請參閱TVITEMEX結構的 uStateEx 成員。 傳回值 true ,如果此方法成功;否則, false。
BOOL SetItemStateEx( HTREEITEM hItem, UINT uStateEx ); 參數 展開資料表 參數 描述 [in] hItem 對樹狀檢視控制項項目的控制代碼。 [in] uStateEx 項目的狀態。 如需詳細資訊,請參閱 TVITEMEX 結構的 uStateEx 成員。 傳回值 true ,如果此方法成功;否則, false。 備註 這個方法會將 TVM_SETITEM ...
Sets the extended state of the specified item in the current tree-view control. 复制 BOOL SetItemStateEx( HTREEITEM hItem, UINT uStateEx ); Parameters 展开表 Parameter Description [in] hItem Handle to a tree-view control item. [in] uStateEx The extended state of the item. For more...
這個程式碼範例會設定賓夕法尼亞節點為停用狀態。 c++複製 // Disable the Pennsylvania node.m_treeCtrl.SetItemStateEx( hPA, TVIS_EX_DISABLED ); 請參閱 參考 CTreeCtrl 類別 階層架構圖 CTreeCtrl::GetItemStateEx TVM_SETITEM TVITEMEX
Sets the extended state of the specified item in the current tree-view control. 复制 BOOL SetItemStateEx( HTREEITEM hItem, UINT uStateEx ); Parameters 展开表 Parameter Description [in] hItem Handle to a tree-view control item. [in] uStateEx The extended state of the item. For more...
BOOL SetItemStateEx( HTREEITEM hItem, UINT uStateEx ); 参数 Parameter 描述 [in] hItem 为树视图控件项目中处理。 [in] uStateEx 项目的扩展的状态。有关更多信息,请参见TVITEMEX结构的 uStateEx 成员。 返回值 true,则此方法成功;否则,false。
BOOL SetItemStateEx( HTREEITEM hItem, UINT uStateEx ); 参数 展开表 Parameter 描述 [in] hItem 为树视图控件项目中处理。 [in] uStateEx 项目的扩展的状态。 有关更多信息,请参见 TVITEMEX 结构的 uStateEx 成员。 返回值 true,则此方法成功;否则,false。 备注 此方法发送 TVM_SETITEM 信息,在 ...
BOOL SetItemStateEx( HTREEITEM hItem, UINT uStateEx ); Parameters Parameter Description [in] hItem Handle to a tree-view control item. [in] uStateEx The extended state of the item. For more information, see the uStateEx member of theTVITEMEXstructure. ...
BOOL SetItemStateEx( HTREEITEM hItem, UINT uStateEx ); Parameters Parameter Description [in] hItem Handle to a tree-view control item. [in] uStateEx The extended state of the item. For more information, see the uStateEx member of theTVITEMEXstructure. ...