StringEntryBucket.TryCreateColumnContent(FrameworkElement) 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.
Get the FrameworkElement used to display the group.
public:
virtual bool TryCreateColumnContent([Runtime::InteropServices::Out] System::Windows::FrameworkElement ^ % content);
public bool TryCreateColumnContent (out System.Windows.FrameworkElement content);
public virtual bool TryCreateColumnContent (out System.Windows.FrameworkElement content);
abstract member TryCreateColumnContent : FrameworkElement -> bool
override this.TryCreateColumnContent : FrameworkElement -> bool
Public Function TryCreateColumnContent (ByRef content As FrameworkElement) As Boolean
Public Overridable Function TryCreateColumnContent (ByRef content As FrameworkElement) As Boolean
Parameters
- content
- FrameworkElement
The FrameworkElement to display the group.
Returns
true if the group should be displayed using a FrameworkElement.