AppWindowFrame.SetFrameStyle(AppWindowFrameStyle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the style of frame to use for the app window.
public:
virtual void SetFrameStyle(AppWindowFrameStyle frameStyle) = SetFrameStyle;
void SetFrameStyle(AppWindowFrameStyle const& frameStyle);
public void SetFrameStyle(AppWindowFrameStyle frameStyle);
function setFrameStyle(frameStyle)
Public Sub SetFrameStyle (frameStyle As AppWindowFrameStyle)
Parameters
- frameStyle
- AppWindowFrameStyle
A value of the enumeration that specifies which frame style to use.