Difference between revisions of "VCOM:VectorWorks:ISDK::GetListBrowserColumnWidth"
From Vectorworks Developer
m (1 revision) |
m (1 revision) |
Latest revision as of 11:05, 12 August 2013
.SDK|SDK ..SDK:Types|SDK Types ..VCOM:VCOM (Vectorworks Component Object Model)|VCOM Basics ..VCOM:Class Reference|VCOM Class Reference
Description
namespaceVectorWorks
Member of VCOM:VectorWorks:ISDK
Gets the width of the specified column in the specified list browser control.
virtual bool GetListBrowserColumnWidth(
long dialogID,
long componentID,
short columnIndex,
short& width)
Parameters
long dialogID No information available. long componentID No information available. short columnIndex No information available. short& width No information available.