InkEdit.BorderStyle property

Gets or sets a value that determines whether the InkEdit control has a border.

This property is read/write.

Syntax


HRESULT put_BorderStyle(
  [in]          BorderStyleConstants pBorderStyle
);

HRESULT get_BorderStyle(
  [out, retval] BorderStyleConstants                     *pBorderStyle
);

Property value

A using the BorderStyleConstants enumeration that specifies the border style of the InkEdit control.

This property is read/write at design time, but read-only at run time.

Requirements

Minimum supported client

Windows XP Tablet PC Edition [desktop apps only]

Minimum supported server

None supported

Header

Inked.h (also requires inked_i.c)

Library

InkEd.dll

See also

InkEdit

 

 

Show: