www.gnostice.com 

IsFrame

Top  Previous  Next

Use IsFrame to set the visibility of frame. If IsFrame is set to True, the frame outside the image is shown.

 

 

 

 

Syntax

 

 

[VC++]

BOOL GetIsFrame();

void SetIsFrame(BOOL bNewValue);

 

[C#]

public abstract new bool IsFrame [  get,  set ]

 

[VB]

Property IsFrame As Boolean