MCPcopy Create free account
hub / github.com/cinience/RedisStudio / SetBorderStyle

Method SetBorderStyle

DuiLib/Core/UIControl.cpp:1105–1109  ·  view source on GitHub ↗

��������: SetBorderStyle ��������: void ������Ϣ: int nStyle ����˵��:

Source from the content-addressed store, hash-verified

1103// ����˵��:
1104//************************************
1105void CControlUI::SetBorderStyle( int nStyle )
1106{
1107 m_nBorderStyle = nStyle;
1108 Invalidate();
1109}
1110
1111} // namespace DuiLib

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected